TELClrTermMsgHand
Removes a terminal message handler from the Telephone Manager's calling list.
pascal TELErr TELClrTermMsgHand ( TELHandle hTEL, TelephoneTermMsgUPP msgProc);
hTEL
- A handle to the telephone record for the terminal whose message handler you wish to clear. The telephone record is returned by the
TELNew
function or theTELNewWithResult
function, and is described in "Telephone Record" on page 1-22.msgProc
- The terminal message handler you want to clear.
- function result
- A result code. See "Result Codes" on page 5-60 for a list of result codes that the Telephone Manager may return.
DESCRIPTION
TheTELClrTermMsgHand
function clears the terminal message handler specified by themsgProc
parameter for the terminal specified by thehTEL
parameter.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help